home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / lib / gprim / sphere / Makedefs < prev    next >
Encoding:
Text File  |  1993-05-17  |  292 b   |  23 lines

  1. NAME = sphere
  2. INCS = sphere.h sphereP.h
  3. COMMONNAME = none
  4. DISTFILES = Makefile.obj
  5. TARGETS = ${LIB}
  6. MANS = 
  7. SRCS = \
  8.     sphereclass.c \
  9.     spherecreate.c \
  10.     sphereload.c \
  11.     spheremisc.c \
  12.     spheresave.c
  13.  
  14. OBJS = \
  15.     sphereclass.o \
  16.     spherecreate.o \
  17.     sphereload.o \
  18.     spheremisc.o \
  19.     spheresave.o
  20.  
  21.  
  22.  
  23.